DataCubeService.queryDataCubeInfos Method

Return the collection of DataCubeInfo for the specified project and tenant ID.
 

Parameters

projectId

Type: String
(optional) The project ID to filter by. If not provided then information will be retrieved for all projects.
Optional: True
storageType

Type: StorageType
(optional) The storage type to filter by. If not provided then information will be retrieved for all types of storage.
Optional: True
jobRunResult

Type: JobRunResult
(optional) The job result to filter by. If not provided then information will be retrieved for all kinds of results.
Optional: True
tenantId

Type: String
(optional) The tenant ID to filter by. If not provided then information will be retrieved for all tenants.
Optional: True

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the collection of specified dundas.entities.DataCubeInfo is returned.